home *** CD-ROM | disk | FTP | other *** search
/ CSi Master: Ableton Live 5 / CSi Master: Ableton Live 5.iso / pc / rsrc / defaults / interface / interface.cst / 00101.ls < prev    next >
Encoding:
Text File  |  2004-04-15  |  411 b   |  19 lines

  1. on hidePSMcontrols
  2.   
  3.   set the castNum of sprite 41 to the number of cast "PSMborder"
  4.   
  5.   repeat with n in [25, 26, 27, 28, 41]
  6.     set the visible of sprite n to FALSE
  7.   end repeat
  8.   
  9.   repeat with n in [54,55, 56, 57]
  10.     set the visible of sprite n to FALSE
  11.   end repeat
  12.   
  13.   -->> HIDE SPEAKER BUTTONS
  14.   repeat with n = 60 to 65
  15.     set the visible of sprite n to FALSE
  16.   end repeat
  17.   
  18. end hidePSMcontrols
  19.